﻿2026-06-18T11:15:58.7142695Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-18T11:15:58.7143063Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-18T11:15:58.7143295Z [36;1m$PIN = "0c95435"[0m
2026-06-18T11:15:58.7143536Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-18T11:15:58.7143834Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-18T11:15:58.7144176Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-18T11:15:58.7144538Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-18T11:15:58.7144839Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-18T11:15:58.7145116Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-18T11:15:58.7145359Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-18T11:15:58.7145637Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-18T11:15:58.7145921Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-18T11:15:58.7146201Z [36;1m}[0m
2026-06-18T11:15:58.7146360Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-18T11:15:58.7146621Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T11:15:58.7220582Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T11:15:58.7221471Z ##[endgroup]
2026-06-18T11:16:01.2629373Z    Compiling proc-macro2 v1.0.106
2026-06-18T11:16:01.2629690Z    Compiling unicode-ident v1.0.24
2026-06-18T11:16:01.2629944Z    Compiling quote v1.0.45
2026-06-18T11:16:01.2630135Z    Compiling cfg-if v1.0.4
2026-06-18T11:16:01.2630353Z    Compiling serde_core v1.0.228
2026-06-18T11:16:01.2630601Z    Compiling serde v1.0.228
2026-06-18T11:16:01.2630837Z    Compiling windows-link v0.2.1
2026-06-18T11:16:01.2631050Z    Compiling typenum v1.20.1
2026-06-18T11:16:01.2631431Z    Compiling getrandom v0.3.4
2026-06-18T11:16:01.2631712Z    Compiling portable-atomic v1.13.1
2026-06-18T11:16:01.2632362Z    Compiling pin-project-lite v0.2.17
2026-06-18T11:16:01.2632775Z    Compiling version_check v0.9.5
2026-06-18T11:16:01.2633184Z    Compiling memchr v2.8.1
2026-06-18T11:16:01.2633565Z    Compiling shlex v2.0.1
2026-06-18T11:16:01.2634493Z    Compiling critical-section v1.2.0
2026-06-18T11:16:01.2635708Z    Compiling find-msvc-tools v0.1.9
2026-06-18T11:16:01.3417638Z    Compiling windows-sys v0.61.2
2026-06-18T11:16:01.3546501Z    Compiling subtle v2.6.1
2026-06-18T11:16:01.3788516Z    Compiling equivalent v1.0.2
2026-06-18T11:16:01.4003721Z    Compiling futures-core v0.3.32
2026-06-18T11:16:01.4189976Z    Compiling smallvec v1.15.1
2026-06-18T11:16:01.5142544Z    Compiling itoa v1.0.18
2026-06-18T11:16:01.5568058Z    Compiling bytes v1.11.1
2026-06-18T11:16:01.5942783Z    Compiling semver v1.0.28
2026-06-18T11:16:01.6002626Z    Compiling stable_deref_trait v1.2.1
2026-06-18T11:16:01.7118558Z    Compiling log v0.4.32
2026-06-18T11:16:01.7461196Z    Compiling generic-array v0.14.7
2026-06-18T11:16:01.7756379Z    Compiling futures-sink v0.3.32
2026-06-18T11:16:01.8228824Z    Compiling slab v0.4.12
2026-06-18T11:16:01.8989747Z    Compiling rustc_version v0.4.1
2026-06-18T11:16:01.9526876Z    Compiling futures-io v0.3.32
2026-06-18T11:16:01.9919145Z    Compiling hashbrown v0.17.1
2026-06-18T11:16:02.0056928Z    Compiling futures-channel v0.3.32
2026-06-18T11:16:02.0719332Z    Compiling futures-task v0.3.32
2026-06-18T11:16:02.2231359Z    Compiling jobserver v0.1.34
2026-06-18T11:16:02.2779021Z    Compiling rustversion v1.0.22
2026-06-18T11:16:02.3120335Z    Compiling getrandom v0.2.17
2026-06-18T11:16:02.3407585Z    Compiling cpufeatures v0.2.17
2026-06-18T11:16:02.3534664Z    Compiling fnv v1.0.7
2026-06-18T11:16:02.4198702Z    Compiling cc v1.2.63
2026-06-18T11:16:02.4282749Z    Compiling libc v0.2.186
2026-06-18T11:16:02.4618739Z    Compiling strsim v0.11.1
2026-06-18T11:16:02.4654436Z    Compiling rand_core v0.10.1
2026-06-18T11:16:02.4656319Z    Compiling cfg_aliases v0.2.1
2026-06-18T11:16:02.4988790Z    Compiling litemap v0.8.2
2026-06-18T11:16:02.5299181Z    Compiling writeable v0.6.3
2026-06-18T11:16:04.7254433Z    Compiling crypto-common v0.1.7
2026-06-18T11:16:04.7269174Z    Compiling indexmap v2.14.0
2026-06-18T11:16:04.7855718Z    Compiling autocfg v1.5.1
2026-06-18T11:16:04.7929884Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T11:16:04.7988139Z    Compiling ident_case v1.0.1
2026-06-18T11:16:04.8323367Z    Compiling fs_extra v1.3.0
2026-06-18T11:16:04.8696653Z    Compiling cmake v0.1.58
2026-06-18T11:16:04.8950176Z    Compiling utf8_iter v1.0.4
2026-06-18T11:16:04.9452737Z    Compiling dunce v1.0.5
2026-06-18T11:16:04.9892798Z    Compiling syn v2.0.117
2026-06-18T11:16:05.0836163Z    Compiling icu_properties_data v2.2.0
2026-06-18T11:16:05.1109478Z    Compiling getrandom v0.4.2
2026-06-18T11:16:05.1170662Z    Compiling percent-encoding v2.3.2
2026-06-18T11:16:05.1398684Z    Compiling http v1.4.1
2026-06-18T11:16:05.1593314Z    Compiling unicode-segmentation v1.13.3
2026-06-18T11:16:05.1904760Z    Compiling aws-lc-rs v1.17.0
2026-06-18T11:16:05.2259219Z    Compiling cpufeatures v0.3.0
2026-06-18T11:16:05.3483830Z    Compiling thiserror v2.0.18
2026-06-18T11:16:05.3704212Z    Compiling scopeguard v1.2.0
2026-06-18T11:16:05.3998639Z    Compiling chacha20 v0.10.0
2026-06-18T11:16:05.4231121Z    Compiling form_urlencoded v1.2.2
2026-06-18T11:16:05.4625656Z    Compiling lock_api v0.4.14
2026-06-18T11:16:05.4902316Z    Compiling block-buffer v0.10.4
2026-06-18T11:16:05.5111728Z    Compiling untrusted v0.9.0
2026-06-18T11:16:05.5703035Z    Compiling bitflags v2.12.1
2026-06-18T11:16:05.6965927Z    Compiling winapi v0.3.9
2026-06-18T11:16:05.7019968Z    Compiling digest v0.10.7
2026-06-18T11:16:05.7280794Z    Compiling rand v0.10.1
2026-06-18T11:16:05.7501841Z    Compiling num-traits v0.2.19
2026-06-18T11:16:05.7824641Z    Compiling windows-result v0.4.1
2026-06-18T11:16:05.8105982Z    Compiling windows-strings v0.5.1
2026-06-18T11:16:05.8402694Z    Compiling rustls v0.23.40
2026-06-18T11:16:05.8431409Z    Compiling heck v0.5.0
2026-06-18T11:16:05.8870955Z    Compiling convert_case v0.10.0
2026-06-18T11:16:05.8884402Z    Compiling const-oid v0.10.2
2026-06-18T11:16:05.9999028Z    Compiling atomic-waker v1.1.2
2026-06-18T11:16:06.0375518Z    Compiling anyhow v1.0.102
2026-06-18T11:16:06.1038287Z    Compiling aws-lc-sys v0.41.0
2026-06-18T11:16:06.1073117Z    Compiling ring v0.17.14
2026-06-18T11:16:06.1562064Z    Compiling unicode-xid v0.2.6
2026-06-18T11:16:06.1583277Z    Compiling zerocopy v0.8.50
2026-06-18T11:16:06.1744620Z    Compiling parking_lot_core v0.9.12
2026-06-18T11:16:06.1875060Z    Compiling httparse v1.10.1
2026-06-18T11:16:06.2152458Z    Compiling http-body v1.0.1
2026-06-18T11:16:06.3079870Z    Compiling curve25519-dalek v4.1.3
2026-06-18T11:16:06.3469852Z    Compiling hybrid-array v0.4.12
2026-06-18T11:16:06.3851959Z    Compiling ahash v0.8.12
2026-06-18T11:16:06.4340137Z    Compiling either v1.16.0
2026-06-18T11:16:06.6925758Z    Compiling powerfmt v0.2.0
2026-06-18T11:16:06.7265484Z    Compiling base64ct v1.8.3
2026-06-18T11:16:06.7555307Z    Compiling fastrand v2.4.1
2026-06-18T11:16:06.8600318Z    Compiling deranged v0.5.8
2026-06-18T11:16:06.9287378Z    Compiling rand_core v0.6.4
2026-06-18T11:16:06.9484892Z    Compiling vcpkg v0.2.15
2026-06-18T11:16:06.9725255Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T11:16:06.9941322Z    Compiling pkg-config v0.3.33
2026-06-18T11:16:07.0586440Z    Compiling zmij v1.0.21
2026-06-18T11:16:07.3135871Z    Compiling base64 v0.22.1
2026-06-18T11:16:07.3529664Z    Compiling time-core v0.1.8
2026-06-18T11:16:07.4120480Z    Compiling tinyvec_macros v0.1.1
2026-06-18T11:16:07.4443140Z    Compiling try-lock v0.2.5
2026-06-18T11:16:07.4923868Z    Compiling num-conv v0.2.2
2026-06-18T11:16:07.5091747Z    Compiling data-encoding v2.11.0
2026-06-18T11:16:07.5378571Z    Compiling tower-service v0.3.3
2026-06-18T11:16:07.6384166Z    Compiling want v0.3.1
2026-06-18T11:16:07.6844508Z    Compiling tinyvec v1.11.0
2026-06-18T11:16:07.7804770Z    Compiling parking_lot v0.12.5
2026-06-18T11:16:07.7968217Z    Compiling block-buffer v0.12.0
2026-06-18T11:16:07.8073893Z    Compiling crypto-common v0.2.2
2026-06-18T11:16:07.8491508Z    Compiling vergen-lib v9.1.0
2026-06-18T11:16:07.8974870Z    Compiling sha2 v0.10.9
2026-06-18T11:16:07.9355879Z    Compiling n0-future v0.3.2
2026-06-18T11:16:07.9571593Z    Compiling inout v0.1.4
2026-06-18T11:16:08.9565402Z    Compiling winnow v1.0.3
2026-06-18T11:16:08.9565951Z    Compiling crossbeam-utils v0.8.21
2026-06-18T11:16:08.9581727Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T11:16:09.0816292Z    Compiling serde_json v1.0.150
2026-06-18T11:16:09.1726954Z    Compiling diatomic-waker v0.2.3
2026-06-18T11:16:09.1861856Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-18T11:16:09.2080375Z    Compiling signature v2.2.0
2026-06-18T11:16:09.2099548Z    Compiling parking v2.2.1
2026-06-18T11:16:09.3050303Z    Compiling httpdate v1.0.3
2026-06-18T11:16:09.3499461Z    Compiling synstructure v0.13.2
2026-06-18T11:16:09.3564470Z    Compiling darling_core v0.20.11
2026-06-18T11:16:09.3825366Z    Compiling spin v0.10.0
2026-06-18T11:16:09.3845955Z    Compiling cordyceps v0.3.4
2026-06-18T11:16:09.5304281Z    Compiling futures-lite v2.6.1
2026-06-18T11:16:09.5953264Z    Compiling ed25519 v2.2.3
2026-06-18T11:16:09.6740608Z    Compiling futures-buffered v0.2.13
2026-06-18T11:16:09.7719891Z    Compiling digest v0.11.3
2026-06-18T11:16:09.7802843Z    Compiling cipher v0.4.4
2026-06-18T11:16:09.8224653Z    Compiling vergen-lib v0.1.6
2026-06-18T11:16:09.9763767Z    Compiling vergen v9.1.0
2026-06-18T11:16:09.9764221Z    Compiling universal-hash v0.5.1
2026-06-18T11:16:10.0729013Z    Compiling noq-udp v0.10.0
2026-06-18T11:16:10.1305968Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T11:16:10.1539342Z    Compiling heapless v0.7.17
2026-06-18T11:16:10.1632321Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T11:16:10.2043200Z    Compiling sync_wrapper v1.0.2
2026-06-18T11:16:10.2090022Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T11:16:10.3014837Z    Compiling opaque-debug v0.3.1
2026-06-18T11:16:10.3524565Z    Compiling allocator-api2 v0.2.21
2026-06-18T11:16:10.3572550Z    Compiling byteorder v1.5.0
2026-06-18T11:16:10.4135915Z    Compiling polyval v0.6.2
2026-06-18T11:16:10.5444866Z    Compiling hash32 v0.2.1
2026-06-18T11:16:10.5878579Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T11:16:10.6550177Z    Compiling vergen-gitcl v1.0.8
2026-06-18T11:16:10.7128985Z    Compiling spin v0.9.8
2026-06-18T11:16:10.7340769Z    Compiling windows-threading v0.2.1
2026-06-18T11:16:10.8448891Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T11:16:10.8790908Z    Compiling signature v3.0.0
2026-06-18T11:16:10.9472841Z    Compiling fallible-iterator v0.3.0
2026-06-18T11:16:10.9718203Z    Compiling socket2 v0.6.4
2026-06-18T11:16:11.0030504Z    Compiling mio v1.2.1
2026-06-18T11:16:11.0308984Z    Compiling ryu v1.0.23
2026-06-18T11:16:11.0523446Z    Compiling tower-layer v0.3.3
2026-06-18T11:16:11.1995455Z    Compiling windows-targets v0.52.6
2026-06-18T11:16:11.2455562Z    Compiling ghash v0.5.1
2026-06-18T11:16:11.2958495Z    Compiling proc-macro-crate v3.5.0
2026-06-18T11:16:11.3294760Z    Compiling aes v0.8.4
2026-06-18T11:16:11.3566931Z    Compiling ctr v0.9.2
2026-06-18T11:16:11.4002176Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T11:16:11.4352184Z    Compiling fs2 v0.4.3
2026-06-18T11:16:11.6181160Z    Compiling time v0.3.47
2026-06-18T11:16:11.7062992Z    Compiling http-body-util v0.1.3
2026-06-18T11:16:11.7167107Z    Compiling aead v0.5.2
2026-06-18T11:16:11.7617893Z    Compiling ipconfig v0.3.4
2026-06-18T11:16:11.8448814Z    Compiling serde_derive v1.0.228
2026-06-18T11:16:11.9070015Z    Compiling zeroize_derive v1.4.3
2026-06-18T11:16:12.0027621Z    Compiling zerofrom-derive v0.1.7
2026-06-18T11:16:12.0739957Z    Compiling yoke-derive v0.8.2
2026-06-18T11:16:12.1175744Z    Compiling tokio-macros v2.7.0
2026-06-18T11:16:12.1372507Z    Compiling futures-macro v0.3.32
2026-06-18T11:16:12.1522130Z    Compiling zerovec-derive v0.11.3
2026-06-18T11:16:12.1712644Z    Compiling displaydoc v0.2.6
2026-06-18T11:16:12.2912738Z    Compiling tracing-attributes v0.1.31
2026-06-18T11:16:12.5684091Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T11:16:12.6875921Z    Compiling thiserror-impl v2.0.18
2026-06-18T11:16:12.6904770Z    Compiling darling_macro v0.20.11
2026-06-18T11:16:12.7146370Z    Compiling zeroize v1.8.2
2026-06-18T11:16:14.5254805Z    Compiling rustls-pki-types v1.14.1
2026-06-18T11:16:14.7186232Z    Compiling derive_more-impl v2.1.1
2026-06-18T11:16:14.8150518Z    Compiling tokio v1.52.3
2026-06-18T11:16:14.8223135Z    Compiling spez v0.1.2
2026-06-18T11:16:14.9029659Z    Compiling darling v0.20.11
2026-06-18T11:16:14.9288034Z    Compiling windows-interface v0.59.3
2026-06-18T11:16:14.9341479Z    Compiling futures-util v0.3.32
2026-06-18T11:16:14.9981537Z    Compiling windows-implement v0.60.2
2026-06-18T11:16:15.0091758Z    Compiling n0-error-macros v0.1.3
2026-06-18T11:16:15.2129459Z    Compiling derive_builder_core v0.20.2
2026-06-18T11:16:15.2624803Z    Compiling der v0.8.0-rc.10
2026-06-18T11:16:15.3418250Z    Compiling zerofrom v0.1.8
2026-06-18T11:16:15.3981313Z    Compiling pin-project-internal v1.1.13
2026-06-18T11:16:15.7850056Z    Compiling yoke v0.8.3
2026-06-18T11:16:15.8264712Z    Compiling postcard-derive v0.2.2
2026-06-18T11:16:15.9222810Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T11:16:15.9424074Z    Compiling windows-core v0.62.2
2026-06-18T11:16:16.0564021Z    Compiling widestring v1.2.1
2026-06-18T11:16:16.1839002Z    Compiling zerovec v0.11.6
2026-06-18T11:16:16.2046450Z    Compiling zerotrie v0.2.4
2026-06-18T11:16:16.2054028Z    Compiling n0-error v0.1.3
2026-06-18T11:16:16.6319674Z    Compiling derive_builder_macro v0.20.2
2026-06-18T11:16:16.6458660Z    Compiling spki v0.8.0-rc.4
2026-06-18T11:16:16.6886623Z    Compiling ed25519-dalek v2.2.0
2026-06-18T11:16:16.7782292Z    Compiling tinystr v0.8.3
2026-06-18T11:16:16.8772699Z    Compiling potential_utf v0.1.5
2026-06-18T11:16:16.9148302Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T11:16:16.9496539Z    Compiling pin-project v1.1.13
2026-06-18T11:16:16.9603598Z    Compiling spt-proto v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T11:16:16.9864604Z    Compiling icu_locale_core v2.2.0
2026-06-18T11:16:17.0925041Z    Compiling icu_collections v2.2.0
2026-06-18T11:16:17.1201354Z    Compiling windows-numerics v0.3.1
2026-06-18T11:16:17.1378785Z    Compiling windows-collections v0.3.2
2026-06-18T11:16:17.1678046Z    Compiling windows-future v0.3.2
2026-06-18T11:16:17.1679747Z    Compiling cobs v0.3.0
2026-06-18T11:16:17.1782291Z    Compiling derive_builder v0.20.2
2026-06-18T11:16:17.2156207Z    Compiling data-encoding-macro v0.1.20
2026-06-18T11:16:17.4254014Z    Compiling num_enum_derive v0.7.6
2026-06-18T11:16:17.4302069Z    Compiling aes-gcm v0.10.3
2026-06-18T11:16:17.5598177Z    Compiling enum-assoc v1.3.0
2026-06-18T11:16:17.7333876Z    Compiling ipnet v2.12.0
2026-06-18T11:16:17.8487649Z    Compiling futures-executor v0.3.32
2026-06-18T11:16:17.8892297Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T11:16:18.0183969Z    Compiling icu_provider v2.2.0
2026-06-18T11:16:18.1817195Z    Compiling once_cell v1.21.4
2026-06-18T11:16:18.2518282Z    Compiling prefix-trie v0.8.4
2026-06-18T11:16:18.2897823Z    Compiling futures v0.3.32
2026-06-18T11:16:18.4094877Z    Compiling tracing-core v0.1.36
2026-06-18T11:16:18.4096188Z    Compiling icu_normalizer v2.2.0
2026-06-18T11:16:18.4425575Z    Compiling icu_properties v2.2.0
2026-06-18T11:16:18.4595678Z    Compiling postcard v1.1.3
2026-06-18T11:16:18.5216545Z    Compiling windows v0.62.2
2026-06-18T11:16:18.6532969Z    Compiling hashbrown v0.14.5
2026-06-18T11:16:18.7248094Z    Compiling chrono v0.4.45
2026-06-18T11:16:18.8020450Z    Compiling tracing v0.1.44
2026-06-18T11:16:18.8257448Z    Compiling strum_macros v0.28.0
2026-06-18T11:16:18.8825014Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T11:16:18.9285112Z    Compiling async-trait v0.1.89
2026-06-18T11:16:19.0877862Z    Compiling tokio-util v0.7.18
2026-06-18T11:16:19.1175635Z    Compiling derive_more v2.1.1
2026-06-18T11:16:19.2809169Z    Compiling tower v0.5.3
2026-06-18T11:16:19.3042049Z    Compiling hashlink v0.9.1
2026-06-18T11:16:19.4337404Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T11:16:19.5253359Z    Compiling windows-sys v0.59.0
2026-06-18T11:16:19.5671914Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T11:16:19.5835682Z    Compiling crossbeam-channel v0.5.15
2026-06-18T11:16:19.6985331Z    Compiling rusqlite v0.32.1
2026-06-18T11:16:19.8821814Z    Compiling idna_adapter v1.2.2
2026-06-18T11:16:19.9104618Z    Compiling h2 v0.4.14
2026-06-18T11:16:19.9634743Z    Compiling blake3 v1.8.5
2026-06-18T11:16:20.0246378Z    Compiling idna v1.1.0
2026-06-18T11:16:20.0331395Z    Compiling windows-registry v0.6.1
2026-06-18T11:16:20.0956315Z    Compiling uuid v1.23.2
2026-06-18T11:16:20.8167654Z    Compiling url v2.5.8
2026-06-18T11:16:20.8895007Z    Compiling memoffset v0.6.5
2026-06-18T11:16:20.9436931Z    Compiling spt-store v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T11:16:21.0357487Z    Compiling netwatch v0.16.0
2026-06-18T11:16:21.0822926Z    Compiling noq v0.18.0
2026-06-18T11:16:21.1452533Z    Compiling acto v0.8.2
2026-06-18T11:16:21.1708428Z    Compiling xml-rs v0.8.28
2026-06-18T11:16:21.2851810Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T11:16:21.3485101Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T11:16:21.4328417Z    Compiling thiserror v1.0.69
2026-06-18T11:16:21.4593034Z    Compiling foldhash v0.2.0
2026-06-18T11:16:21.5717129Z    Compiling tagptr v0.2.0
2026-06-18T11:16:21.6317129Z    Compiling lru-slab v0.1.2
2026-06-18T11:16:21.6679112Z    Compiling rustc-hash v2.1.2
2026-06-18T11:16:21.7018095Z    Compiling identity-hash v0.1.0
2026-06-18T11:16:21.7249281Z    Compiling ref-cast v1.0.25
2026-06-18T11:16:21.7413989Z    Compiling mac-addr v0.3.0
2026-06-18T11:16:21.8191772Z    Compiling moka v0.12.15
2026-06-18T11:16:21.8302892Z    Compiling xmltree v0.10.3
2026-06-18T11:16:21.9443564Z    Compiling strum v0.28.0
2026-06-18T11:16:21.9502779Z    Compiling netdev v0.42.0
2026-06-18T11:16:21.9750769Z    Compiling hashbrown v0.16.1
2026-06-18T11:16:22.0053605Z    Compiling attohttpc v0.30.1
2026-06-18T11:16:22.0054267Z    Compiling iroh-base v0.98.0
2026-06-18T11:16:22.1034968Z    Compiling tower-http v0.6.11
2026-06-18T11:16:22.4614152Z    Compiling n0-watcher v0.6.1
2026-06-18T11:16:22.6463086Z    Compiling tokio-stream v0.1.18
2026-06-18T11:16:22.6962568Z    Compiling iroh-metrics v0.38.3
2026-06-18T11:16:22.7610260Z    Compiling num_enum v0.7.6
2026-06-18T11:16:22.7923016Z    Compiling iroh-relay v0.98.0
2026-06-18T11:16:22.7979349Z    Compiling toml_datetime v0.6.11
2026-06-18T11:16:22.8749667Z    Compiling serde_spanned v0.6.9
2026-06-18T11:16:22.9367376Z    Compiling spt-msg v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T11:16:23.1312970Z    Compiling thiserror-impl v1.0.69
2026-06-18T11:16:23.1422190Z    Compiling ref-cast-impl v1.0.25
2026-06-18T11:16:23.1466440Z    Compiling serde_derive_internals v0.29.1
2026-06-18T11:16:23.2240939Z    Compiling simple-dns v0.9.3
2026-06-18T11:16:23.3075143Z    Compiling serial-core v0.4.0
2026-06-18T11:16:23.5909721Z    Compiling aho-corasick v1.1.4
2026-06-18T11:16:23.7870492Z    Compiling winreg v0.10.1
2026-06-18T11:16:23.8389859Z    Compiling sha1_smol v1.0.1
2026-06-18T11:16:23.8566990Z    Compiling toml_write v0.1.2
2026-06-18T11:16:23.9175235Z    Compiling smol_str v0.1.24
2026-06-18T11:16:24.1390181Z    Compiling hyper v1.10.1
2026-06-18T11:16:24.1465390Z    Compiling arrayref v0.3.9
2026-06-18T11:16:24.1690241Z    Compiling resolv-conf v0.7.6
2026-06-18T11:16:24.1861697Z    Compiling arrayvec v0.7.6
2026-06-18T11:16:24.2109391Z    Compiling simdutf8 v0.1.5
2026-06-18T11:16:24.2304717Z    Compiling winnow v0.7.15
2026-06-18T11:16:24.2364102Z    Compiling constant_time_eq v0.4.2
2026-06-18T11:16:24.4256972Z    Compiling regex-syntax v0.8.10
2026-06-18T11:16:24.4309549Z    Compiling schemars_derive v1.2.1
2026-06-18T11:16:24.5500370Z    Compiling iroh-dns v0.98.0
2026-06-18T11:16:25.0338352Z    Compiling serial-windows v0.4.0
2026-06-18T11:16:25.2061467Z    Compiling lru v0.16.4
2026-06-18T11:16:25.3091316Z    Compiling webpki-roots v1.0.7
2026-06-18T11:16:25.3794581Z    Compiling seize v0.5.1
2026-06-18T11:16:25.4114982Z    Compiling darling_core v0.23.0
2026-06-18T11:16:25.4694466Z    Compiling hmac v0.12.1
2026-06-18T11:16:25.4947682Z    Compiling serde_bytes v0.11.19
2026-06-18T11:16:25.6407555Z    Compiling hyper-util v0.1.20
2026-06-18T11:16:25.6985845Z    Compiling iroh v0.98.2
2026-06-18T11:16:25.8241172Z    Compiling utf8parse v0.2.2
2026-06-18T11:16:25.9025615Z    Compiling bitflags v1.3.2
2026-06-18T11:16:26.0147892Z    Compiling lazy_static v1.5.0
2026-06-18T11:16:26.0690150Z    Compiling toml_edit v0.22.27
2026-06-18T11:16:26.0767862Z    Compiling cmov v0.5.4
2026-06-18T11:16:26.1265890Z    Compiling pin-utils v0.1.0
2026-06-18T11:16:26.2286819Z    Compiling anstyle v1.0.14
2026-06-18T11:16:26.3035507Z    Compiling dyn-clone v1.0.20
2026-06-18T11:16:26.3658452Z    Compiling regex-automata v0.4.14
2026-06-18T11:16:26.4635668Z    Compiling once_cell_polyfill v1.70.2
2026-06-18T11:16:26.4903490Z    Compiling ctutils v0.4.2
2026-06-18T11:16:26.5926357Z    Compiling anstyle-wincon v3.0.11
2026-06-18T11:16:26.5963006Z    Compiling nix v0.25.1
2026-06-18T11:16:26.6763650Z    Compiling shared_library v0.1.9
2026-06-18T11:16:26.7166096Z    Compiling anstyle-parse v1.0.0
2026-06-18T11:16:26.7355183Z    Compiling hkdf v0.12.4
2026-06-18T11:16:26.7581916Z    Compiling schemars v1.2.1
2026-06-18T11:16:26.7763827Z    Compiling papaya v0.2.4
2026-06-18T11:16:26.8353397Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T11:16:26.8910249Z    Compiling serial v0.4.0
2026-06-18T11:16:26.9144486Z    Compiling filedescriptor v0.8.3
2026-06-18T11:16:26.9634271Z    Compiling backon v1.6.0
2026-06-18T11:16:27.0250813Z    Compiling igd-next v0.17.1
2026-06-18T11:16:27.1226945Z    Compiling anstyle-query v1.1.5
2026-06-18T11:16:27.2229860Z    Compiling colorchoice v1.0.5
2026-06-18T11:16:27.2465290Z    Compiling shell-words v1.1.1
2026-06-18T11:16:27.2804445Z    Compiling instability v0.3.12
2026-06-18T11:16:27.3292081Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T11:16:27.3984782Z    Compiling paste v1.0.15
2026-06-18T11:16:27.4519533Z    Compiling downcast-rs v1.2.1
2026-06-18T11:16:27.5361584Z    Compiling foldhash v0.1.5
2026-06-18T11:16:27.5454598Z    Compiling portable-pty v0.8.1
2026-06-18T11:16:27.5732486Z    Compiling anstream v1.0.0
2026-06-18T11:16:27.7416880Z    Compiling hashbrown v0.15.5
2026-06-18T11:16:27.8552481Z    Compiling toml v0.8.23
2026-06-18T11:16:28.0243578Z    Compiling spake2 v0.4.0
2026-06-18T11:16:28.1547562Z    Compiling wmi v0.18.4
2026-06-18T11:16:28.2067537Z    Compiling strum_macros v0.26.4
2026-06-18T11:16:28.4316246Z    Compiling terminal_size v0.4.4
2026-06-18T11:16:28.4975141Z    Compiling regex v1.12.3
2026-06-18T11:16:28.6269089Z    Compiling crossterm_winapi v0.9.1
2026-06-18T11:16:28.6408594Z    Compiling itertools v0.13.0
2026-06-18T11:16:28.9092054Z    Compiling spt-runtime v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T11:16:29.0137282Z    Compiling darling_macro v0.23.0
2026-06-18T11:16:29.1263893Z    Compiling castaway v0.2.4
2026-06-18T11:16:29.1720170Z    Compiling sha1 v0.10.6
2026-06-18T11:16:29.3231493Z    Compiling indoc v2.0.7
2026-06-18T11:16:29.4286303Z    Compiling unicode-width v0.1.14
2026-06-18T11:16:29.5011891Z    Compiling darling v0.23.0
2026-06-18T11:16:29.6770139Z    Compiling static_assertions v1.1.0
2026-06-18T11:16:29.7115636Z    Compiling recvmsg v1.0.0
2026-06-18T11:16:29.7992727Z    Compiling clap_lex v1.1.0
2026-06-18T11:16:29.8100742Z    Compiling doctest-file v1.1.1
2026-06-18T11:16:30.1010896Z    Compiling portmapper v0.16.0
2026-06-18T11:16:30.1659373Z    Compiling unicode-truncate v1.1.0
2026-06-18T11:16:30.3106479Z    Compiling clap_builder v4.6.0
2026-06-18T11:16:30.3557959Z    Compiling compact_str v0.8.2
2026-06-18T11:16:30.4316324Z    Compiling interprocess v2.4.2
2026-06-18T11:16:30.4364430Z    Compiling strum v0.26.3
2026-06-18T11:16:30.4519271Z    Compiling crossterm v0.28.1
2026-06-18T11:16:30.6314479Z    Compiling lru v0.12.5
2026-06-18T11:16:31.0910926Z    Compiling spt-live v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T11:16:31.4773210Z    Compiling spt-term v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T11:16:31.7346552Z    Compiling clap_derive v4.6.1
2026-06-18T11:16:31.7418398Z    Compiling cassowary v0.3.0
2026-06-18T11:16:31.7672541Z    Compiling unicode-width v0.2.0
2026-06-18T11:16:32.0310898Z    Compiling nucleo-matcher v0.3.1
2026-06-18T11:16:32.0711669Z    Compiling ratatui v0.29.0
2026-06-18T11:16:32.1240704Z    Compiling qrcode v0.14.1
2026-06-18T11:16:32.1419071Z    Compiling tempfile v3.27.0
2026-06-18T11:16:33.6440450Z    Compiling clap v4.6.1
2026-06-18T11:16:46.1280615Z    Compiling rustls-webpki v0.103.13
2026-06-18T11:16:48.5488292Z    Compiling tokio-rustls v0.26.4
2026-06-18T11:16:48.5488631Z    Compiling noq-proto v0.17.0
2026-06-18T11:16:48.5488866Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T11:16:48.6989335Z    Compiling hyper-rustls v0.27.9
2026-06-18T11:16:48.6989814Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T11:16:48.6990121Z    Compiling tokio-websockets v0.13.2
2026-06-18T11:16:48.8564373Z    Compiling reqwest v0.13.4
2026-06-18T11:16:49.9028302Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T11:17:08.8546352Z    Compiling spt-net v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T11:17:10.1849460Z    Compiling spt-daemon v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T11:17:19.0639290Z    Compiling spt v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T11:17:29.2307485Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 30s
2026-06-18T11:17:29.2520054Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-7c331f01fccae65c.exe)
2026-06-18T11:17:29.3031728Z 
2026-06-18T11:17:29.3032122Z running 1 test
2026-06-18T11:17:37.2016577Z test new_brain_serves_against_old_broker ... ok
2026-06-18T11:17:37.2016830Z 
2026-06-18T11:17:37.2017005Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.90s
2026-06-18T11:17:37.2017288Z 
